home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 1 Issue 2 / PDCD-1 - Issue 02.iso / _utilities / utilities / 003 / _awd / !awd / !Help < prev    next >
Text File  |  1992-06-25  |  3KB  |  93 lines

  1. awd - Archimedes Window Dump
  2.  
  3. This program allows you to dump the contents
  4. of a wimp window into a sprite file, a little
  5. bit like xwd does under X-windows. There are
  6. 3 modes of operation:
  7.  
  8.   o  normal window
  9.   o  background window
  10.   o  icon bar
  11.  
  12. To make a dump of a window, place the pointer
  13. over the window you require and press the
  14. SHIFT+CTRL+PRINT key. If the window is a
  15. "normal window", ie. user windows and menus
  16. (but not menu trees) then a snapshot of the
  17. window is taken. If the window is the background
  18. window then the whole screen is dumped, and
  19. if it is the icon bar then the icon bar is
  20. dumped. The icon bar dump only works on fixed
  21. icon bars. Once you have taken a dump, you can
  22. save it in the normal way, or view it.
  23.  
  24. The icon bar menu contains:
  25.  
  26.   o info  - normal program information
  27.   o save  - normal save box
  28.   o view  - view the current dump in a
  29.             DesktopViewer window
  30.   o clear - Clear and free the memory
  31.             held for the current dump
  32.   o quit  - quit the application
  33.  
  34. Configuration: (Thanks go to Philip Colmer)
  35.  
  36.   The default "hot" key can be changed by
  37.   editing the !Config file, contained within
  38.   this application. The default value should
  39.   be &1b0, which is also the value taken if
  40.   the file cannot be found. The number
  41.   represents the key value return by wimp poll
  42.   routine (refer to page 1198 of the RISC OS 2
  43.   PRMs). When ever passing this application on
  44.   to anyone, please change the !Config file back
  45.   to the default (&1B0). The file should contain
  46.   just 4 characters which are taken to represent
  47.   a hex number. Some example values follow:
  48.  
  49.     o       &1B0     - SHIFT-CTRL-PRINT
  50.     o       &180     - PRINT
  51.     o       &181     - F1
  52.  
  53. DO NOT SQUEEZE THE RUNIMAGE FILE. This action
  54. will result in the application not working
  55. within the 8K wimpslot.
  56.  
  57. You can contact me at :
  58.  
  59.   cs2du@hatfield.ac.uk (until 1/8/92)
  60.  
  61. or
  62.  
  63.   14 Walcot Ave
  64.   Luton
  65.   Beds
  66.   LU2 0PW              (until 1/8/92)
  67.  
  68. or
  69.  
  70.   Budapest 1119
  71.   Allendpark 5,I,5
  72.   Hungary              (from 2/8/92)
  73.  
  74. This program is PD, but I claim the copyright over
  75. any files contained within the this directory,
  76. and the source code. The program can be passed on,
  77. but must be passed on complete, and this includes
  78. info-servers, bbs, and PD libraries. NO CHARGE should
  79. be made for this program.  Like almost any computer program,
  80. this program may contain minor bugs which should not affect
  81. the general running of the program, but may crop up
  82. occasionally due to unforeseen circumstances (e.g.
  83. running on hardware/software/OS versions not the same
  84. as the author's or under certain conditions not yet tested
  85. by the author). Users are encouraged to send any bug reports
  86. to the author at the address specified earlier, but the
  87. author is NOT liable for any problems (disk crashes, hung
  88. machines and the such like) that may arise from these bugs.
  89. This stems from the fact that the software is FREE and cannot
  90. be guaranteed to be 100% bug-free. However, the author
  91. will always fix any reported bugs and release a fresh
  92. version of this if the bug was serious enough.
  93.